home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb022.dms / pb022.adf / Note1 < prev    next >
Text File  |  1992-09-04  |  2KB  |  70 lines

  1.  
  2.                     Notice to Users of bBaseII - Version 1
  3.                     ======================================
  4.  
  5. The version of bBaseII which was distributed on Fish Disk 491 (V1) defaulted
  6. the maximum number of records at 99, and allowed the number to be changed 
  7. from within the program.  I discovered that changing the number left the 
  8. program very vulnerable to a crash, if the requested memory was not available.
  9. I also discovered that this approach did not really save much memory
  10. when set for the 99 records as opposed to a higher number.  Therefore,
  11. Version 5 (on Fish Disk 563) is hard-coded to a maximum of 600 records,
  12. which I thought to be a safe, yet adequate number.
  13.  
  14. Any databases created using Version 1 will not display properly when
  15. loaded into Version 5 and subsequent, due to the above-noted change.
  16. This may be easily rectified, however, with the use of a text editor.
  17. The procedure is as follows:
  18.  
  19.  1. Load the previously created ".bbase" file into the text editor.
  20.  
  21.  2. The first line of the file will be a number, corresponding to the
  22.     number of Fields in each Record, ie. "9".  (Without the quotation marks).
  23.     The next lines are the Titles of each Field.  
  24.     In this example, they would occupy the next 9 lines.
  25.  
  26.  3. The next line will show 2 numbers, ie. "50,99".
  27.     These numbers represent the number of records in the database, and the
  28.     maximum allowable number of records, the default being 99.
  29.  
  30.     Simply delete the comma and the second number.  IE. with the cursor 
  31.     sitting to the right of "99", just backspace 3 times, leaving the first
  32.     number alone on that line.
  33.  
  34. That's all there is to it - the database will now be read properly with the 
  35. current version of bBaseII.
  36.  
  37.  
  38. Version 5.3 is compatible with Version 5.
  39.  
  40.  
  41. Improvements to Version 5.3 include:
  42.  
  43.  - Ability to use cursor keys to move up and down through the Fields.
  44.  
  45.  - CLI users can specify a database filename on the command line.
  46.  
  47.  - 'Save Disabled' option to optionally lock out saves to disk.
  48.    This may also be specified on the command line.
  49.  
  50.  - Review entire database, or optionally selected records, a screenful
  51.    at a time.
  52.  
  53.  - Much faster sorting and deleting.
  54.  
  55.  - A 'progress' bar.
  56.  
  57.  - Support for mailing labels.
  58.  
  59.  - More readable colors.
  60.  
  61.  - Some bug fixes.
  62.  
  63.  - MUCH more.  See file Revision_History for a more complete list.
  64.  
  65.                __
  66.               /_/  __   /_
  67.           _  /_/  /_/  /_/ _
  68.  
  69.  
  70.